home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / qf23d.arc / QF23PAT.DOC < prev    next >
Text File  |  1986-11-08  |  994b  |  22 lines

  1.          QF23.PAT Documentation
  2.            
  3.          QFILER normally writes directly to screen RAM for speed using
  4.          a procedure developed by M. Brain called FastWrite.  
  5.          Unfortunately this technique does not always work on all IBM 
  6.          compatible systems.  The enclosed patch will modify QFILER to
  7.          route all text writing through BIOS calls rather than direct
  8.          writing to RAM.  If QFILER doesn't seem to be working on your
  9.          system, you may wish to try this patch.
  10.          
  11.          To use, copy QFILER.COM and QF23.PAT to a separate disk or
  12.          subdirectory.  Be certain that DEBUG.COM is either pathed or
  13.          accessible.  Then, from the DOS prompt, enter:
  14.           
  15.          DEBUG < QF23.PAT
  16.          
  17.          Further information is included at the end of the QF23.PAT file.
  18.          
  19.          Many thanks to Doug Senalik, author of this patch, for 
  20.          permission to include with QFILER.
  21.          
  22.